-
I am new to xmlstarlet so hoping this answer is a simple one. I am writing a script to modify …
- 410 views
- 1 answers
- 0 votes
-
I have a existing XML that looks like this: <data> <item> <A>value1</A> <B>value1<B> </item> <item> <A>value2</A> <B>value2<B> </item> </data> To …
- 435 views
- 1 answers
- 0 votes
-
The code I am using is xml sel -t -c ../NODTD/clean_apc200101.xml ../NODTD/clean_apc200102.xml > combined.xml It seems to be executing, but …
- 424 views
- 0 answers
- 0 votes